ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Win Assembly / GrapeCity.ActiveReports.Win.Printing Namespace / Printer Class / Printer Constructor / Printer Constructor(Func<PrintController>,PrintProgressEventHandler,PrintAbortedEventHandler,Action<Exception>)
Print controller initializer.
Print progress handler.
Print aborted handler.
The printing thread error event handler.

In This Topic
    Printer Constructor(Func<PrintController>,PrintProgressEventHandler,PrintAbortedEventHandler,Action<Exception>)
    In This Topic
    Initializes a new instance of the Printer class.
    Syntax

    Parameters

    printControllerInitializer
    Print controller initializer.
    printProgress
    Print progress handler.
    printAborted
    Print aborted handler.
    printingThreadErrorEventHandler
    The printing thread error event handler.
    See Also